home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / ctoolwrk.lbr / TEST.C < prev    next >
Text File  |  1985-09-27  |  256b  |  8 lines

  1. /*                        C                     */
  2. /* this C program prints a message on the screen */
  3. #include a:printf.c
  4. main()
  5. {
  6.         printf("This is my first program.");
  7. }
  8.